CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - objective c

搜索资源列表

  1. NSGA(C++) 单目标遗传算法

    2下载:
  2. 单目标遗传算法c++ 本程序以调通,有充分的说明便于理解 须注明的是本程序来自于网络-single objective of the genetic algorithm c procedures to transfer links. Note fully annotated to facilitate understanding of the process from the network
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-02-28
    • 文件大小:3966
    • 提供者:dongzi
  1. doxygen-1.5.3.src.tar

    0下载:
  2. Doxygen的词根来源于Document(文档)和Oxygen(氧气),它是一个功能强大、使用方便且支持各种操作系统和编程语言的代码文档生成系统。Doxygen由荷兰人Dimitri van Heesch.开发,并且在GNU公共许可证(GPL)下发布,目前已经成为各主要的Linux发行版的附带组件。众多重量级的软件项目(如KDE,Qt、ACE库等)都选用Doxygen作为其编档工具生成项目文档。 Doxygen最初在Linux下开发,但已经被移植到多个操作系统平台下,包括Unix的各
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3617278
    • 提供者:毕胜
  1. DataBurn

    0下载:
  2. DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:99912
    • 提供者:Calvin Hou
  1. DeviceListener

    0下载:
  2. DeviceListener is an Objective-C example which demonstrates how to use the DiscRecording framework to listen for device plug and unplug events as well as media insertion events. Requirements: Mac OS X 10.2 and later Keywords: DiscRecording
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:27648
    • 提供者:Calvin Hou
  1. Samples

    0下载:
  2. 一些有助于在OBJECTIVE-C的foundation和Appkit下开发的例程。
  3. 所属分类:MacOS编程

    • 发布日期:2008-10-13
    • 文件大小:2606758
    • 提供者:yuxinbo
  1. AccelerometerGraph

    2下载:
  2. 在iPhone OS上使用用Objective-C语言开发的Demo程序
  3. 所属分类:MacOS编程

    • 发布日期:2008-10-13
    • 文件大小:34689
    • 提供者:blank
  1. BubbleLevel

    2下载:
  2. 在iPhone OS上使用用Objective-C语言开发的Demo程序
  3. 所属分类:MacOS编程

    • 发布日期:2008-10-13
    • 文件大小:525453
    • 提供者:blank
  1. CrashLanding

    2下载:
  2. 在iPhone OS上使用用Objective-C语言开发的Demo程序
  3. 所属分类:MacOS编程

    • 发布日期:2008-10-13
    • 文件大小:1281391
    • 提供者:blank
  1. XcodeClientServer

    0下载:
  2. mac osc平台下Xcode编程,Objective-C编写的网络通信程序
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:74395
    • 提供者:zhenzhen
  1. gacode-in-c

    0下载:
  2. This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective(
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24548
    • 提供者:阳光灿烂
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4072
    • 提供者:韩磊
  1. Objective-c

    1下载:
  2. iPhone编程 页面切换代码
  3. 所属分类:通讯/手机编程

  1. ToneGenerator

    1下载:
  2. 这是一个音频信号发生器,信号频率可以调节,适用于ios系统,用XCode,OBjective-C语言开发。
  3. 所属分类:通讯/手机编程

    • 发布日期:2011-06-30
    • 文件大小:1002709
    • 提供者:qhliao@163.com
  1. MusicPEx

    0下载:
  2. 用 objective -c 寫成的音槳播放器,可在iphone 2.0運行, 3.0或以後請修改 import 的 header file-Written with the objective-c sound paddle player can run in the iphone 2.0, 3.0 or later, modify the header file import
  3. 所属分类:Audio

    • 发布日期:2012-07-05
    • 文件大小:19027381
    • 提供者:fai
  1. NSGA-II.非常强大的多目标遗传算法

    27下载:
  2. NSGA-2 一种非常强大的多目标遗传算法,本人已经把它调通.,NSGA-2 a very strong multi-objective genetic algorithm, I have to tune it pass.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-11-24
    • 文件大小:383622
    • 提供者:feishao
  1. mopsoarchi.rar

    0下载:
  2. 自适应多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.,Adaptive multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
  3. 所属分类:CSharp

    • 发布日期:2016-03-26
    • 文件大小:36148
    • 提供者:youzping
  1. TableViewTutorialPartI.zip

    0下载:
  2. objective C在xcode 里 tableview 得使用,objective C in Xcode in tableview The use of
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-09
    • 文件大小:1428729
    • 提供者:botor
  1. nsga2_c_source.rar

    2下载:
  2. 实现遗传算法(GA)的多目标优化算法:NSGA-II算法。,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:10116
    • 提供者:宋庆席
  1. SpeakHere.dmg.zip

    0下载:
  2. iphone上音频录制以及播放的源代码,以及自定义界面、音量条的显示,iphone on the audio recording and playback of the source code, as well as the custom interface, the volume shows that Article
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:83988
    • 提供者:吴愚
  1. 4_TableViewCellSubviews.rar

    0下载:
  2. Objective - C for iphone table view,Objective- C for iphone table view
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:571834
    • 提供者:xuanthinh
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 33 »
搜珍网 www.dssz.com